home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr13 / htmlref.zip / HTMLREF.TXT < prev   
Text File  |  1995-02-13  |  5KB  |  108 lines

  1.  
  2.                 HTMLRef Version 1.0 (February, 1995)
  3.                     A URL Reference Utility
  4.  
  5.                        Satore Township
  6.                        P.O. Box 750836
  7.                    Petaluma, CA 94975-0836
  8.  
  9.  WWW to ftp://ftp.crl.com/ftp/users/ro/mikekell/html/satore.htm
  10.          FTP to ftp.crl.com/ftp/users/ro/mikekell/ftp
  11.  
  12.       This program may be distributed freely as long as no
  13.       modifications are made to it or this documentation.  We
  14.       ask that you register this program if you find it useful.
  15.       The registration fee of $7.00 (U.S., by check) should be
  16.       mailed to Satore Township at the address given above. If
  17.       you register this program and provide us with your e-mail
  18.       address, we will provide you with the command to eliminate
  19.       the registration request screen which appears when the
  20.       program is initiated.
  21.  
  22.       E-mail to mikekell@crl.com for comments or suggestions.
  23.  
  24.  
  25.                        About the Program
  26.                        -----------------
  27.  
  28.  HTMLRef runs under MSDOS or any environment capable of providing an
  29.  MSDOS session.  The program will scan one or more HTML/HTM files and
  30.  intelligently select lines with a URL of the HTTP: or FTP: variety,
  31.  sending them to a designated output file.  It will additionally attempt
  32.  to identify the URL in common language or, failing that, with the URL
  33.  itself, and also send it to the output file.  The date of the reference
  34.  creation and the original HTML file name is also supplied in the
  35.  HTMLRef output line.  The output file is structured in such a way as to
  36.  be viewed with a WWW browser.  The result is a compendium of URL's with
  37.  descriptions obtained from the input HTML file(s).  The output file can
  38.  be created as a new file or information can be appended by using the same
  39.  output file name in different sessions.  All input/output processing is
  40.  handled automatically, without user intervention.
  41.  
  42.  Here are examples of lines from an HTMLRef-created reference file, with
  43.  comments following:
  44.  
  45. <H3> HTMLRef URL Referencer </H3><P>
  46.    Comment:  this header is created for any new HTMLRef output file.
  47.  
  48. <BR><a href="http://www.cs.washington.edu/homes/bp/bp.html">
  49. [02/05/1995 - SUBMITUR.HTM] Washington Home Information</A>
  50.    Comment:  example of an HTMLRef output line where a description was
  51.              available from the input line.
  52.  
  53. <BR><a href="ftp://ftp.crl.com//ftp/users/ro/mikekell/ftp/htmlcon.zip">
  54. [02/05/1995 - SATFTP.HTM] ftp://ftp.crl.com//ftp/htmlcon.zip</A>
  55.    Comment:  example of an HTMLRef output line where an adequate
  56.              description was not available and the URL was used.
  57.  
  58.  
  59.                           Installation
  60.                           ------------
  61.  
  62. HTMLRef may be installed in any directory.
  63.  
  64.  
  65.                             Operation
  66.                             ---------
  67. HTMLRef can be invoked from the command line with arguments or without
  68. arguments.  If used without arguments, HTMLRef will prompt for the
  69. necessary input and output filenames.  Default filename extensions are
  70. ".HTM" if not specified by the user.
  71.  
  72. Examples:
  73.  
  74.    1.  Use the default "HTMLREF.HTM" output reference file to process an
  75.    HTML file named "HOMEPAGE.HTM":  HTMLRef homepage
  76.  
  77.    2.  Use the default "HTMLREF.HTM" output reference file to process
  78.    all HTML files beginning with "S": HTMLRef s*
  79.  
  80.    3.  Specify the name of an output reference file, using all HTM files
  81.    in the directory:  HMTLRef *.htm myfile.htm
  82.  
  83. You may suppress certain output by using the following arguments on the
  84. command line.  These arguments MUST be the last ones on the command line
  85. and MUST NOT include any spaces:
  86.  
  87.         -d  Suppress the date information on output.
  88.         -f  Suppress the input file name information.
  89.         -s  Suppress the description information.
  90.  
  91. These arguments work cumulatively, so that using "-d-f" will suppress
  92. BOTH the date and file name information.  Using "-d-f-s" will suppress
  93. all information except the URL data (not useful for browsing!).
  94.  
  95.  
  96.                            Program Notes
  97.                            -------------
  98.  
  99. Note that the HTMLRef reference file can grow in size as you append new
  100. input file information.  HTMLRef does not provide facilities for
  101. eliminating duplicate URL references.  It is possible that certain URL
  102. references will not be processed by HTMLRef is they are poorly
  103. structured in the input HTML file.  HTMLRef makes every attempt to
  104. extract the URL/description information if it is structured reasonably
  105. in the input file.
  106.  
  107.  
  108.